.imageArea .bottom-own-text {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    min-height: 40px;
    margin-top: 20px;
    padding: 10px;
    border-radius: 3px;
}

.imageArea .bottom-own-text p {
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.imageArea .bottom-own-text p > a {
    display: inline;
    text-decoration: none;
}
@media (min-width: 1200px) {
   .bg-modal {
      background: #000;
      opacity: 0.5;
      filter: alpha(opacity=50); 
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      z-index: 9990;
   }
   body.is-fixed.search-bg .bg-modal {
      display: block;
   }
   /*Header Fixed*/
    .search-cart-fixed {
        display: none;
    }
    body.is-fixed header.site-header {
        position: fixed;
        z-index: 9998;
        top: 0;
        width: 100%;
        -webkit-animation: fadeInDown .3s;
        -moz-animation: fadeInDown .3s;
        -ms-animation: fadeInDown .3s;
        -o-animation: fadeInDown .3s;
        animation: fadeInDown .3s;
    }
    body.is-fixed header.site-header .header-top {
        position: absolute;
        right: 0;
        width: auto;
        border: 0;
    }
    body.is-fixed header.site-header .header-top .container {
        position: absolute;
        right: 0;
        width: auto;
    }
    body.is-fixed header.site-header .header-top #dropdown-cart > form > .container {
        position: relative;
    }
    body.is-fixed header.site-header .header-top-left,
    body.is-fixed header.site-header .header-top-right .facebook-like,
    body.is-fixed header.site-header .header-top-right .custom-promotion,
    body.is-fixed header.site-header .header-bottom #logo,
    body.is-fixed header.site-header .header-bottom .gift-wrapping-header {
        display: none;
    }
    body.is-fixed header.site-header .header-bottom {
        position: absolute;
        right: 0;
        width: auto;
        padding: 0;
        background: transparent;
    }
    body.is-fixed header.site-header .header-bottom .container {
        right: 0;
        width: auto;
    }
    body.is-fixed header.site-header .header-bottom .container > .row {
        position: absolute;
        right: 0;
        margin: 0;
    }
    body.is-fixed header.site-header .header-bottom .container > .row > div {
        width: 100%;
        padding: 0;
    }
    body.is-fixed header.site-header .header-bottom #searchBox {
        position: absolute;
        right: 101px;
    }
    body.is-fixed header.site-header .header-search .search-toggle {
        position: relative;
        display: block !important;
        width: 40px;
        height: 40px;
        cursor: pointer;
        -webkit-transition: background-color .3s ease 0s;
        -moz-transition: background-color .3s ease 0s;
        -ms-transition: background-color .3s ease 0s;
        -o-transition: background-color .3s ease 0s;
        transition: background-color .3s ease 0s;
        border-left: 1px solid #56565f;
    }
    body.is-fixed header.site-header .header-search .search-toggle i.fa-search {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        -webkit-transform: scale(-1, 1) translate(50%, -50%);
        -moz-transform: scale(-1, 1) translate(50%, -50%);
        -ms-transform: scale(-1, 1) translate(50%, -50%);
        -o-transform: scale(-1, 1) translate(50%, -50%);
        transform: scale(-1, 1) translate(50%, -50%);
        color: #fff;
    }
    body.is-fixed header.site-header .header-search .on .search-toggle i.fa-search::before {
        font-size: 14px;
        content: '\f00d';
    }
    body.is-fixed header.site-header .header-search .open .search-toggle i.fa-search::before {
        font-size: 14px;
        content: '\f00d';
    }
    body.is-fixed header.site-header .header-search .search-toggle:hover,
    body.is-fixed header.site-header .header-search .on .search-toggle,
    body.is-fixed header.site-header .header-search .open .search-toggle {
        background-color: #56565f;
    }
    body.is-fixed header.site-header .header-search form {
        position: absolute;
        right: 0;
        visibility: hidden;
        min-width: 360px;
        height: 36px;
        margin-top: 1px;
        -webkit-transition: opacity .3s ease 0s;
        -moz-transition: opacity .3s ease 0s;
        -ms-transition: opacity .3s ease 0s;
        -o-transition: opacity .3s ease 0s;
        transition: opacity .3s ease 0s;
        opacity: 0;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
        filter: alpha(opacity=0);
    }
    body.is-fixed header.site-header .header-search .on form {
        visibility: visible;
        -webkit-transition: opacity .3s ease 0s;
        -moz-transition: opacity .3s ease 0s;
        -ms-transition: opacity .3s ease 0s;
        -o-transition: opacity .3s ease 0s;
        transition: opacity .3s ease 0s;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    body.is-fixed header.site-header .header-search .open form {
        visibility: visible;
        -webkit-transition: opacity .3s ease 0s;
        -moz-transition: opacity .3s ease 0s;
        -ms-transition: opacity .3s ease 0s;
        -o-transition: opacity .3s ease 0s;
        transition: opacity .3s ease 0s;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    body.is-fixed header.site-header .header-search div.searchlight-balloon {
        right: -1px;
    }
    body.is-fixed header.site-header #top-cart {
        position: absolute;
        right: -10px;
        display: table;
        width: 100px;
        height: 40px;
        margin: 0;
        border-radius: 0;
        webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    body.is-fixed header.site-header #top-cart > a {
        top: 0;
        display: table-cell;
        height: 100%;
        padding: 0 5px;
        transform: none;
        vertical-align: middle;
    }
    body.is-fixed header.site-header #top-cart > a i.fa-shopping-cart {
        display: inline-block;
        margin-right: 6px;
    }
    body.is-fixed header.site-header #top-cart.cart-expanded #dropdown-cart {
        top: 41px;
    }
    body.is-fixed header.site-header #FRAME_SEARCH {
      right: 55px;
    }
    body.is-fixed header.site-header #FRAME_SEARCH .search-toggle {
      height: 40px;
      background: #56565f;
    }
}
@media (max-width: 1450px) {
   /*body.is-fixed #top-categories-menu .container > ul > li > a {
      margin: 11px 16px 10px 16px;
   }*/
}
@media (max-width: 1199px) {
   	body.is-fixed #top-categories-menu .container {
      	width: 100%;
     	padding-left: 120px;
   	}

   	/*body.is-fixed #top-categories-menu .container > ul > li > a {
      	margin: 11px 12px 10px 12px;
   	}*/

   	.search-form .search-text {
      	margin-left: 20px;
      	width: 215px;
   	}

   	.header-bottom .wishlist-link {
      margin-left: 15px;
   	}

   	#back-to-top {
      	top: auto;
      	right: 10px;
      	bottom: 50px;
      	width: 48px;
      	height: 48px;
      	background-position: -301px -351px;
   	}

   	.lookbook .flex-direction-nav a.flex-next, 
   	.lookbook .flex-direction-nav a.flex-prev {
      	display: none;
   	}

   	.lookbook .flexslider:hover .flex-direction-nav a.flex-next {
      	right: 10px;
      	display: block;
   	}

   	.lookbook .flexslider:hover .flex-direction-nav .flex-prev {
      	left: 10px;
      	display: block;
   	}

   	.product-items .product-item .action {
      	display: inline-block;
      	width: 100%;
      	padding: 0;
   	}

   	.product-items .product-item .action .add-to-cart {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      width: 100%;
      max-width: 270px;
      height: 36px;
      line-height: 33px;
      padding: 0 12px;
   	}

   	.product-items .product-item .action .add-to-cart.stock-0,
   	.product-items .product-item .action .add-to-cart.stock-0:hover,
   	.product-items .product-item .action .add-to-cart.stock-0:focus {
    	background: #9a9a9a;
     	color: #fff; 
    	border: 2px solid transparent;
   	}

   	.product-items .product-item .action.clear .btn {
      	width: 100%;
   	}

   	#bottom-newsletter .newsletter-bg{
   		padding-top: 10px;
   	}

   	#bottom-newsletter .social-icons, .mailListBox{
   		text-align: left;
   	}

   	#bottom-newsletter .newsletter-bg h3{
   		line-height: 18px;
   		padding-bottom: 10px;
      display: block;
   	}

   	.mailListBox input[type=text]{
   		min-width: 246px;
   	}

   	#bottom-newsletter .newsletter-bg .row>div.col-sm-8{
   		width: 60%;
    	max-width: 60%;
   	}

   	#bottom-newsletter .newsletter-bg .row>div.col-sm-4{
   		width: 40%;
    	max-width: 40%;
   	}
}

@media (min-width: 992px) and (max-width: 1199px) {
   /*#top-categories-menu .container > ul > li > a {
      margin: 11px 16px 10px 16px;
   }*/
   #top-categories-menu li.hasMegamenu.alignLeft > .subMegaMenu.imageRight {
      width: 489px !important;
   }
   #leftBar {
      width: 25%;
   }
  .cat-items-grid {
      width: 75%;
   }
   #leftBar ~ #breadcrumbs-wrapper {
      margin-left: -25%;
   }
   .subcategories_block .subcategories ul.columns-4 > li {
      max-height: 110px;
   }
   .inner-wrapper .product-container {
      width: 25%;
   }

   #feature_items .inner-wrapper .product-container,
   .category-products .inner-wrapper .product-container {
      width: 33.33%;
   }
   #main-footer .facebook-like {
      margin-top: 15px;
   }
   .imageArea .col-left {
      width: 50.5%;
   }
   .subMegaMenu.imageRight .imageArea .col-right {
      width: 49%;
   }
   .subMegaMenu.imageLeft .imageArea .col-right {
      float: left;
      width: 49%;
   }
   #contactus .form_data .fileattachment_section {
      margin-left: 134px;
   }
}

@media (max-width: 991px) {
   .search-form .search-text {
      margin-left: 0;
      margin-top: 8px;
      width: 145px;
   }
   .header-bottom .col-sm-4.text-right {
      display: none;
   }
   .header-bottom .wishlist-link {
      margin-top: 6px;
   }
   .header-bottom .header-panel-wrap,
   .header-bottom .header-panel-top .free-shipping-text {
      display: none;
   }
   #main-footer .col.col-4 {
      width: 100%;
   }
   #mailistBox {
      max-width: 400px;
      margin: 0 auto;
   }
   .lookbook h2.slide-heading {
      font-size: 30px;
   }
   #blog .blogPost .blog-body .post_image-container ~ .post-preview {
      clear: both;
   }
   .top-footer .col-sm-12.newsletter h3 {
      margin-top: 5px;
   }
   .top-footer {
      padding-bottom: 35px;
   }
   .top-footer .col-sm-12 {
      margin-bottom: 10px;
   }
   .top-footer .col-sm-12.app {
      margin-bottom: 0;
   }
   .category-toolbar .col-sm-3 {
      width: 50%;
   }
   .category-toolbar .col-sm-6 {
      width: 100%;
   }
   .category-toolbar .col-sm-6 .sort-by {
      margin-left: 0;
   }
   #mobile-navigation > ul > li.logo-mobile .logo {
      max-width: 98px;
   }
   .products-section .owl-carousel .owl-nav > div {
      top: 33%;
      display: none;
   }
   #InstagramGallery .owl-carousel .owl-nav > div,
   .sub-section .owl-carousel .owl-nav > div {
      display: none;
   }
   #homeBrands {
      padding: 0 10px;
   }
   	#homeBrands .owl-nav > div.owl-prev {
      left: -17px;
  	}

   	#homeBrands .owl-nav > div.owl-next {
      right: -17px;
   	}

   .AuthorizeNetSeal{
   		margin-top: 0!important;
   }
   .site-header .header-top {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .header-top .container {
        padding: 0;
    }
    .header-top-right .facebook-like {
        display: none;
    }
    .header-top .header-top-right .custom-promotion {
        width: 100%;
        margin: 0;
        border-width: 0 0 1px;
        border-radius: 0;
    }
    .header-top-right .custom-promotion .promo-item {
        width: 33.33%;
        padding-right: 5px;
        padding-left: 5px;
        text-align: center;
    }
    .header-top-left {
        display: none;
    }
    .header-top .header-top-right {
        position: relative;
        top: unset;
        right: unset;
    }
    .header-bottom {
        position: relative;
        padding: 0 0 15px;
        background-image: none;
    }
    .header-bottom #logo {
        width: 100%;
        padding: 0;
        padding-top: 20px;
        padding-bottom: 25px;
        text-align: center;
    }
    .header-bottom .gift-wrapping-header {
        width: 100%;
        text-align: center;
    }
    .header-bottom .header-search form {
        max-width: 100%;
        margin-top: 25px;
    }
    #top-cart {
      display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-top {
        padding-bottom: 34px;
    }
    .header-top-right {
        top: 34px;
    }
    .header-top-right .custom-promotion {
        border-width: 1px 1px;
        border-radius: 4px;
    }
    #top-cart {
        height: 48px;
        border-top: 1px solid transparent;
        border-radius: 4px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
   #top-categories-menu li.hasMegamenu.alignLeft > .subMegaMenu.imageRight {
      width: 369px !important;
   }
   .imageArea .col-left {
      width: 50.5%;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu {
      width: 100% !important;
  }
   .subMegaMenu.imageRight .imageArea .col-right {
      width: 49%;
   }
   .subMegaMenu.imageLeft .imageArea .col-right {
      float: left;
      width: 49%;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu:not(.dropDefault) .cateArea ul li:hover > a {
      padding-left: 0;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu:not(.dropDefault) .cateArea ul li > a::before,
   #top-categories-menu li.hasMegamenu > .subMegaMenu:not(.dropDefault) .cateArea ul li:hover > a::before {
      display: none !important;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .container.cate-4-col .cateArea > ul > li {
      width: 33.33% !important;
   }
   #leftBar {
      width: 30%;
  }
  #leftBar ~ #mainContent {
      width: 70%;
  }
   .cat-items-grid,
   .manufaturer-items-grid {
      width: 70%;
   }
   #category .container .row {
      margin-right: 0;
      margin-left: 0;
   }
   body.noleftbar.norightbar .cat-items-grid {
    /* width: 100%; */
   }
   #leftBar ~ #breadcrumbs-wrapper {
      margin-left: -30%;
   }
   #top-categories-menu .container > ul {
      text-align: left;
   }
   #top-categories-menu .cateArea ul {
      text-align: left;
   }
   #top-categories-menu .subMenu ul {
      text-align: left;
   }
   #top-categories-menu .container > ul > li > a {
      font-size: 11px;
      margin: 15px 10px 10px;
   }
   body. #top-categories-menu .container > ul > li > a {
      margin-bottom: 12px;
   }
   body.is-fixed #top-categories-menu a.logo-fixed {
      display: none !important;
   }
   .inner-wrapper .product-container {
      width: 33.33%;
   }
   #feature_items .inner-wrapper .product-container,
   .category-products .inner-wrapper .product-container {
      width: 33.33%;
   }
   .home-page .products-section .inner-wrapper .product-container,
   #search .inner-wrapper .product-container {
      width: 25% !important;
   }
   .category-toolbar .sort-by {
      float: left;
      clear: both;
      margin-top: 15px;
      margin-left: 10px;
      text-align: left;
   }
   #main-footer .col-1,
   #main-footer .col-2,
   #main-footer .col-3 {
      width: 33.33%;
      margin-bottom: 20px;
   }
   .sizeChart-modal {
      max-width: 730px !important;
   }
   .product-details .secondary {
      padding-left: 30px !important;
   }

   .product-details .beta-col {
      width: 100%;
      margin-top: 10px;
      margin-left: 0;
      margin-bottom: 15px;
   }
   .product-details .addToCartBlock .qtybox-addcart button#Add {
      max-width: 100%;
   }
   .product-details .quantityBlock .quantity-table {
      max-width: 100%;
   }
   .product-details .beta-col .btn.btn-link {
      max-width: 100%;
      padding-right: 10px;
      padding-left: 10px;
   }
   .product-details .beta-col .btn.btn-link > i.fa {
      margin-right: 10px;
   }
   .product-details .r-tabs ul.r-tabs-nav > li > a {
      padding: 0 15px;
   }
   .wishlistView .titles2 > div.wl-total,
   .wishlistView .wl-row > div.wl-total {
      width: 15%;
   }
   .wishlistView .titles2 > div.wl-details,
   .wishlistView .wl-row > div.wl-details {
      width: 25%;
   }
   #product-details .detail-section .reward_redeem button.btn {
      width: 100%;
   }
   #blog > .row > .col-sm-3 {
      width: 30%;
   }
   #blog > .row > .col-sm-9 {
      width: 70%;
   }
   #viewCart .coupon-shipping .shipQuoteInt select {
      max-width: 100%;
   }
   #viewCart .coupon-shipping input.form-control {
      max-width: 220px;
   }
   #viewCart .coupon-shipping .applyCoupon input.form-control {
      max-width: 259px;
   }
   form#resetpassForm .form-group > label {
      min-width: 200px;
   }
   form#resetpassForm .form-group > .col-sm-10 {
      max-width: 60%;
   }
   form#resetpassForm .form-group > .col-sm-offset-2.col-sm-10 {
      margin-left: 200px;
   }

   /*Addresses*/
   #addresses.page-layout .changeRemove button {
      width: 100%;
   }
   #addresses.page-layout .changeRemove button.btn-black {
      margin-bottom: 10px;
   }
   .subcategories_block .subcategories ul.columns-4 > li {
      width: 33.33%; 
      max-height: 100px;
   }

   .inner-wrapper .productBlockContainer .product-item{
   	width: 25%!important;
   }

   #main-footer .col-1, #main-footer .col-2{
   	    width: 50%;
    	margin-bottom: 20px;
   }
}
@media (min-width: 992px) {
  /*Megamenu mega-images-style-1*/
  .imageArea .mega-images-style-1 {
      float: right;
      max-width: 550px;
      text-align: right;
  }
  .imageArea .mega-images-style-1 a {
      display: inline-block;
      margin-bottom: 20px;
      padding: 0;
  }
  .imageArea .mega-images-style-1 .imgs-top-left {
      float: left;
      width: 47.27272727272727%;
      /*max-width: 260px;*/
      margin-right: 3.636363636363636%;
      vertical-align: top;
  }
  .imageArea .mega-images-style-1 .imgs-top-right {
      float: left;
      width: 49.09090909090909%;
      vertical-align: top;
      /*max-width: 270px;*/
  }
  .imageArea .mega-images-style-1 .imgs-bottom {
      clear: both;
      overflow: hidden;
      margin-right: -1.818181818181818%;
      margin-left: -1.818181818181818%;
  }
  .imageArea .mega-images-style-1 .imgs-bottom a {
      float: left;
      width: 33.33333333333333%;
      margin-bottom: 0;
      padding: 0 1.818181818181818%;
  }
  /*Megamenu mega-images-style-2*/
  .imageArea .mega-images-style-2 {
      float: right;
      max-width: 404px;
      text-align: right;
  }
  .imageArea .mega-images-style-2 a {
      display: inline-block;
      margin-bottom: 20px;
      padding: 0;
  }
  .imageArea .mega-images-style-2 .imgs-left {
      float: left;
      width: 50%;
      padding-right: 10px;
      vertical-align: top;
  }
  .imageArea .mega-images-style-2 .imgs-right {
      float: left;
      width: 50%;
      padding-left: 10px;
      vertical-align: top;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea.columns-2 > ul > li {
      /* float: left;
      width: 50%;
      padding-right: 20px; */
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > ul > li {
      float: left;
      width: 33.33%;
      padding-right: 20px;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > ul > li {
      float: left;
      width: 25%;
      padding-right: 20px;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > ul > li {
      float: left;
      width: 20%;
      padding-right: 20px;
  }
   body.is-fixed #top-categories-menu {
      position: fixed;
      z-index: 9997;
      top: 0;
      width: 100%;
      box-shadow: 1px 0px 6px rgba(30, 30, 30, 0.2); 
      -webkit-box-shadow: 1px 0px 6px rgba(30, 30, 30, 0.2); 
      -moz-box-shadow: 1px 0px 6px rgba(30, 30, 30, 0.2);
      -ms-box-shadow: 1px 0px 6px rgba(30, 30, 30, 0.2);
      border-top: none;
      webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
   }
   body.is-fixed #top-categories-menu a.logo-fixed {
      position: relative;
      top: 10px;
      left: 20px;
      float: left;
      min-height: 25px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      display: none;
   }
   body.is-fixed #top-categories-menu a.logo-fixed img {
      max-height: 24px;
      max-width: 100px;
   }
   body.is-fixed #top-categories-menu .container {
      padding: 0;
   }
   body.is-fixed #top-categories-menu .container > ul {
      text-align: left;
   }
   body.is-fixed #top-categories-menu .container > ul ul {
      text-align: left;
   }
   body.is-fixed #FRAME_SEARCH {
      position: fixed;
      z-index: 9998;
      top: 52px;
      right: 0;
      width: 100%;
      height: 0;
      border-top: none;
      margin-right: 0;
      webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
   }
   body.is-fixed #FRAME_SEARCH .search-toggle {
      width: 45px;
      height: 45px;
      cursor: pointer;
      -webkit-transition: background-color .3s ease 0s;
      -moz-transition: background-color .3s ease 0s;
      -ms-transition: background-color .3s ease 0s;
      -o-transition: background-color .3s ease 0s;
      transition: background-color .3s ease 0s;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      display: inline-block;
      text-align: center;
      padding-top: 11px;
      position: absolute;
      top: -52px;
      right: 45px;
   }
   body.is-fixed #FRAME_SEARCH .searchBox {
      height: 45px;
      display: none;
   }
   body.is-fixed #FRAME_SEARCH.on .searchBox {
      display: block;
   }
   body.is-fixed #FRAME_SEARCH.open .searchBox {
      display: block;
   }
   body.is-fixed #FRAME_SEARCH .search-toggle svg {
      width: 24px;
      height: 24px;
      margin-left: 1px;
   }
   body.is-fixed #FRAME_SEARCH.on .search-toggle svg {
      fill: #141414;
   }
   body.is-fixed #FRAME_SEARCH.open .search-toggle svg {
      fill: #141414;
   }
   body.is-fixed #FRAME_SEARCH .search-toggle svg.icon-close {
      display: none;
   }
   body.is-fixed #FRAME_SEARCH.on svg.icon-close {
      display: inline-block;
      fill: #fff;
   }
   body.is-fixed #FRAME_SEARCH.open svg.icon-close {
      display: inline-block;
      fill: #fff;
   }
   body.is-fixed #FRAME_SEARCH.on svg.search-open {
      display: none;
   }
   body.is-fixed #FRAME_SEARCH.open svg.search-open {
      display: none;
   }
   body.is-fixed #FRAME_SEARCH.on .search-toggle {
      background-color: #141414;
   }
   body.is-fixed #FRAME_SEARCH.open .search-toggle {
      background-color: #141414;
   }
   body.is-fixed #FRAME_SEARCH form {
      position: absolute;
      left: 50%;
      top: 8px;
      visibility: hidden;
      min-width: 770px;
      max-width: 770px;
      height: 36px;
      -webkit-transition: opacity .3s ease 0s;
      -moz-transition: opacity .3s ease 0s;
      -ms-transition: opacity .3s ease 0s;
      -o-transition: opacity .3s ease 0s;
      transition: opacity .3s ease 0s;
      opacity: 0;
      /*border: 1px solid #e1e1e1;*/
      background: #fff;
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
      -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
      box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
      filter: alpha(opacity=0);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 3px;
   }
   body.is-fixed #FRAME_SEARCH.on form {
      visibility: visible;
      -webkit-transition: opacity .3s ease 0s;
      -moz-transition: opacity .3s ease 0s;
      -ms-transition: opacity .3s ease 0s;
      -o-transition: opacity .3s ease 0s;
      transition: opacity .3s ease 0s;
      opacity: 1;
      filter: alpha(opacity=100);
   }
   body.is-fixed #FRAME_SEARCH.open form {
      visibility: visible;
      -webkit-transition: opacity .3s ease 0s;
      -moz-transition: opacity .3s ease 0s;
      -ms-transition: opacity .3s ease 0s;
      -o-transition: opacity .3s ease 0s;
      transition: opacity .3s ease 0s;
      opacity: 1;
      filter: alpha(opacity=100);
   }
   body.is-fixed #FRAME_SEARCH.on form .search-form {
      padding-top: 10px;
   }
   body.is-fixed #FRAME_SEARCH.open form .search-form {
      padding-top: 10px;
   }
   body.is-fixed #FRAME_SEARCH.on form input {
      padding-right: 50px;
      padding-left: 20px;
      margin-left: 0;
      height: 26px;
      line-height: 26px;
      width: 100%;
      border-bottom: none;
   }
   body.is-fixed #FRAME_SEARCH.open form input {
      margin-left: 0;
      height: 36px;
      line-height: 36px;
      width: 100%;
      border-bottom: none;
      padding: 1px 94px 0 35px;
   }
   body.is-fixed #FRAME_SEARCH.on form button {
      position: absolute;
      top: 4px;
      right: -1px;
      width: 48px;
      height: 47px;
      padding: 5px 0 0 0;
      border: 0 none;
      background: #f5f5f5;
   }
   body.is-fixed #FRAME_SEARCH.open form button {
      font-size: 12px;
      font-weight: 700;
      position: absolute;
      top: 0;
      right: 0;
      width: 83px;
      height: 100%;
      padding: 0;
      text-transform: uppercase;
      color: #fff;
      border: 0;
      border-radius: 0 3px 3px 0;
      background: #3f9ffc;
   }
   body.is-fixed #FRAME_SEARCH.on form button svg {
      margin-left: 3px;
      margin-top: 6px;
      fill: #141414;
   }
   body.is-fixed #FRAME_SEARCH.open form button svg {
      margin-left: 3px;
      margin-top: 6px;
      fill: #141414;
   }
   body.is-fixed #FRAME_SEARCH div.searchlight-balloon {
      min-width: 770px;
      max-width: 770px;
      margin-top: 1px;
   }
   body.is-fixed .header-bottom #top-cart {
      position: fixed;
      z-index: 9998;
      top: 0;
      right: 0;
      width: 45px;
      height: 45px;
      padding: 0;
      text-align: center;
      border-top: none;
      -webkit-transition: background-color .3s ease 0s;
      -moz-transition: background-color .3s ease 0s;
      -ms-transition: background-color .3s ease 0s;
      -o-transition: background-color .3s ease 0s;
      transition: background-color .3s ease 0s;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
   }
   body.is-fixed .header-bottom .minicart.cart-expanded > a {
      background-color: #2f2f35;
   }
   body.is-fixed .header-bottom .minicart i.icon-cart {
      position: absolute;
      z-index: 0;
      top: 50%;
      right: 0;
      left: 0;
      margin: -10px auto 0;
      background-position: -149px 0;
   }

   body.is-fixed .header-bottom .minicart > a {
      display: block;
      height: 100%;
   }
   body.is-fixed .header-bottom .minicart .cart-details span.cart-title {
      display: none;
   }
   body.is-fixed .header-bottom .minicart .cart-icon {
      margin: 12px 0 0 -2px;
      display: inline-block;
      float: none;
   }
   body.is-fixed .header-bottom .minicart .cart-details span.minicart-items {
      min-width: 22px;
      line-height: 22px;
      background: #f8f8f8;
      position: absolute;
      top: 2px;
      right: 2px;
      margin: 0;
      padding: 0px 5px;
      text-align: center;
       border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
   }
   body.is-fixed .header-bottom .minicart.cart-expanded #dropdown-cart {
      top: 45px;
      right: 0;
      left: auto !important;
      -webkit-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      transform: none !important;
   }
   body.is-fixed #dropdown-cart .triangle-with-shadow {
      display: none;
   }
   body.is-fixed #mainContainer {
      margin-top: 48px;
   }
}
@media (min-width: 768px) {
   .form-horizontal .control-label {
      padding-top: 9px;
   }

   /*Header Fixed*/
   a.logo-fixed,
   .search-cart-fixed {
      display: none;
   }
   
   #product-details .secondary {
      padding-left: 50px;
   }
   #myaccount.page-layout table thead tr.titles2 th.odetails,
   #myaccount.page-layout table tbody tr td.oreorder {
      text-align: right;
   }
   #blog .blogNav {
      display: block !important;
   }

   .subcategories_block .subcategories ul.owl-loaded .owl-nav .owl-prev {
      top: 5px;
      position: relative;
   }

   .subcategories_block .subcategories ul.owl-loaded .owl-nav .owl-next {
      top: 5px;
      position: relative;
   }

   #top-categories-menu li.hasMegamenu.alignLeftEdge {
      position: static;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu {
      padding: 20px 20px 20px;
  }
  #top-categories-menu li.hasMegamenu.fullWidth > .subMegaMenu {
      padding: 20px 20px 20px;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu.imageLeft {
      padding-left: 20px;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu.imageRight {
      padding-right: 20px;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .imageArea {
      float: left;
      min-height: 1px;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea {
      float: left;
      min-height: 50px;
      margin-top: -10px;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea.hasBottomCate {
      padding-bottom: 56px;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu.imageLeft .cateArea {
      padding-left: 20px;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu.imageRight .cateArea {
      padding-right: 20px;
  }
  #top-categories-menu li.hasMegamenu.alignLeft > .subMegaMenu {
      left: 0;
  }
  #top-categories-menu li.hasMegamenu.alignRight > .subMegaMenu {
      right: 0;
      left: auto;
  }
  #top-categories-menu li.hasMegamenu.alignCenter > .subMegaMenu {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  #top-categories-menu li.hasMegamenu.fullWidth {
      position: static !important;
  }
  #top-categories-menu li.hasMegamenu.fullWidth > .subMegaMenu {
      left: 0;
  }
  #top-categories-menu li.hasMegamenu.fullWidth > .subMegaMenu .container {
      position: relative;
      width: 100%;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu {
      position: absolute;
      z-index: 10002;
      top: auto;
      left: 0;
      display: none;
      min-width: 208px;
      border: 1px solid rgba(0, 0, 0, .25);
      border-width: 0 1px 1px;
      border-radius: 0 0 3px 3px;
      background-color: #fff;
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
      -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
      box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  }
  #top-categories-menu li.hasMegamenu:hover > .subMegaMenu {
      display: block;
      -webkit-animation: fadeIn .3s;
      -moz-animation: fadeIn .3s;
      -ms-animation: fadeIn .3s;
      -o-animation: fadeIn .3s;
      animation: fadeIn .3s;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu ul {
      padding: 0;
      list-style: none;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu ul li.hasSub {
      position: relative;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu ul li.hasSub > ul {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 100%;
      display: none;
      width: 100%;
      min-width: 208px;
      margin-left: 6px;
      border: 1px solid rgba(0, 0, 0, .25);
      border-radius: 3px;
      background: #fff;
      box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu ul li.hasSub > ul::before {
      position: absolute;
      width: 7px;
      height: 100%;
      margin-left: -7px;
      content: '';
      background-color: transparent;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu ul li.hasSub:hover > ul {
      display: block;
      -webkit-animation: fadeIn .3s;
      -o-animation: fadeIn .3s;
      animation: fadeIn .3s;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea ul li a {
      position: relative;
      display: block;
      min-height: 30px;
      padding: 5px 0;
      color: ##969696;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea ul li:hover > a {
      padding-left: 15px;
      text-decoration: none;
      color:#000000
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea ul li > a::before {
      font-family: FontAwesome;
      font-size: 13px;
      position: absolute;
      top: 50%;
      left: 0;
      visibility: hidden;
      content: '\f0da';
      -webkit-transition: all .3s ease 0s;
      /* Opacity for IE8 and lower */
      -moz-transition: all .3s ease 0s;
      -ms-transition: all .3s ease 0s;
      -o-transition: all .3s ease 0s;
      transition: all .3s ease 0s;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0;
      color: #ea3b02;
      /* Opacity for Modern Browsers */
      filter: alpha(opacity=0);
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea ul li:hover > a::before {
      visibility: visible;
      -webkit-transition: all .3s ease 0s;
      /* Opacity for IE8 and lower */
      -moz-transition: all .3s ease 0s;
      -ms-transition: all .3s ease 0s;
      -o-transition: all .3s ease 0s;
      transition: all .3s ease 0s;
      opacity: 1;
      /* Opacity for Modern Browsers */
      filter: alpha(opacity=100);
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .imageArea.colLeft {
      text-align: left;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .imageArea.colRight {
      text-align: right;
  }
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea.columns-2 > ul {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;
  }
  /*#top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea.columns-2 > ul > li {
      float: left;
      width: 50%;
      padding-right: 20px;
  }*/
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > ul {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3;
  }
 /* #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > ul > li {
      float: left;
      width: 33.33%;
      padding-right: 20px;
  }*/
  #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > ul {
      -moz-column-count: 4;
      -webkit-column-count: 4;
      column-count: 4;
  }
 /* #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > ul > li {
      float: left;
      width: 25%;
      padding-right: 20px;
  }*/
  #top-categories-menu li.hasMegamenu > .subMegaMenu.noImage .cateArea {
      position: relative;
  }




/*    #top-categories-menu li.hasMegamenu > .subMegaMenu {
      padding: 20px;
   }
   #top-categories-menu li.hasMegamenu.fullWidth > .subMegaMenu {
      padding: 20px;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu.hasBottomCate {
      padding-bottom: 0;
   }

   #top-categories-menu li.hasMegamenu.alignLeft > .subMegaMenu.imageRight,
   #top-categories-menu li.hasMegamenu.alignRight > .subMegaMenu.imageRight,
   #top-categories-menu li.hasMegamenu.alignCenter > .subMegaMenu.imageRight {
      padding-right: 20px;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .imageArea {
      float: left;
      min-height: 1px;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea {
      float: left;
      min-height: 1px;
      margin-top: -10px;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea > ul {
    margin: 0 0 0 -20px;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu.hasBottomCate .bottomCate {
      margin-top: 40px;
      text-align: center;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu.hasBottomCate .bottomCate .container {
      padding: 12px 15px;
   }
    #top-categories-menu li.hasMegamenu > .subMegaMenu.hasBottomCate .bottomCate p {
      margin-bottom: 0;
    }
   #top-categories-menu li.hasMegamenu > .subMegaMenu.hasBottomCate .bottomCate p a {
      text-decoration: none;
      position: relative;
      display: inline-block;
      line-height: 14px;
   }

   #top-categories-menu li.hasMegamenu.alignLeft > .subMegaMenu {
      left: 0;
   }
   #top-categories-menu li.hasMegamenu.alignRight > .subMegaMenu {
      right: 0;
      left: auto;
   }
   #top-categories-menu li.hasMegamenu.alignCenter > .subMegaMenu {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
   }
   #top-categories-menu li.hasMegamenu.fullWidth {
      position: static !important;
   }
   #top-categories-menu li.hasMegamenu.fullWidth > .subMegaMenu {
      left: 0;
   }
   #top-categories-menu li.hasMegamenu.fullWidth > .subMegaMenu .container {
      position: relative;
      padding: 0;
      width: 100%;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu {
      position: absolute;
      z-index: 102;
      top: auto;
      display: none;
      min-width: 208px;
      border: 1px solid rgba(0,0,0,.25);
      border-width: 0 1px 1px;
      border-radius: 0 0 3px 3px;
      background-color: #fff;
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
      -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
      box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
   }
   #top-categories-menu li.hasMegamenu:hover > .subMegaMenu {
      display: block;
      -webkit-animation: fadeIn .3s;
      -o-animation: fadeIn .3s;
      animation: fadeIn .3s;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu ul {
      padding: 4px 0 12px 0;
      list-style: none;
      display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;
      -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu ul li {
      padding: 7px 20px;
      text-align: left;
      width: 100%;
   }
   #top-categories-menu li.hasMegamenu.fullWidth > .subMegaMenu ul li {
      padding-left: 15px;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu ul li.hasSub {
      position: relative;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu ul li.hasSub > ul {
      position: absolute;
      z-index: 9;
      top: 0;
      left: 100%;
      display: none;
      width: 100%;
      min-width: 208px;
      margin-left: 6px;
      box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
      padding-top: 8px;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu ul li.hasSub > ul:before {
      position: absolute;
      width: 6px;
      height: 100%;
      margin-left: -6px;
      content: '';
      background-color: transparent;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu ul li.hasSub:hover > ul {
      display: block;
      -webkit-animation: fadeIn .3s;
      -o-animation: fadeIn .3s;
      animation: fadeIn .3s;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea ul li a {
      position: relative;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea ul li:hover > a {
      text-decoration: none;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .imageArea.colLeft {
      text-align: left;
      padding: 5px 0 10px 15px;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .imageArea.colRight {
      text-align: right;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .container.cate-2-col .cateArea > ul > li {
      float: left;
      width: 50%;
      padding-right: 20px;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .container.cate-3-col .cateArea > ul > li {
      float: left;
      width: 33.33%;
      padding-right: 15px;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .container.cate-4-col .cateArea > ul > li {
      float: left;
      width: 25%;
      padding-right: 15px;
   } */

   /*Megamenu Col-left-right image*/
   .imageArea .col-left {
      display: inline-block;
      padding-right: 6px;
   }
   .imageArea a {
      display: block;
   }
   .imageArea .col-left a + a {
      margin-top: 6px;
   }
   .subMegaMenu.imageRight .imageArea .col-right {
      float: right;
   }
   .subMegaMenu.imageLeft .imageArea .col-left {
      float: left;
   }
   /*Megamenu four-images*/
   .imageArea .four-images {
      text-align: center;
   }
   .imageArea .four-images a {
      display: inline-block;
      max-width: 49%;
      padding: 2.5px 1px;
   }
   .cateArea > ul {
      height: 100%;
   }
   .cateArea > ul > .bottomCate {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding-right: 20px;
   }
   .subMegaMenu.imageLeft .cateArea > ul > .bottomCate {
      right: 0;
      left: auto;
      padding-right: 0;
      padding-left: 20px;
   }
   .cateArea > ul > .bottomCate > .own-text {
      width: 100%;
      padding: 5px;
      background-color: #fef8e7;
   }
   .cateArea > ul > .bottomCate p {
      font-size: 11px;
      font-weight: 700;
      line-height: 20px;
      margin-bottom: 0;
      padding: 7px;
      text-align: center;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #e06868;
      border: 1px solid #fdefc9;
   }

   /*Drop Default*/
   #top-categories-menu li.hasMegamenu > .subMegaMenu.dropDefault {
      padding: 0 20px;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu.dropDefault .cateArea {
      margin-top: 0;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea li.hasSub ul li a,
   #top-categories-menu li.hasMegamenu > .subMegaMenu.dropDefault .cateArea li a {
      position: relative;
   }
   #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea li.hasSub ul li:hover > a,
   #top-categories-menu li.hasMegamenu > .subMegaMenu.dropDefault .cateArea li:hover > a {
      text-decoration: none;
   }
   body.has-newsletter {
      /* overflow: hidden; */
   }
}

@media (min-width: 992px) and (max-width: 1199px) {
   body.is-fixed .header-bottom #top-cart {
      width: 48px;
      height: 48px;
      top: 50%;
      right: auto;
      left: 0;
      margin-top: -24px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-left: 0;
      background-color: #e4e4e4;
      o-transform: translateY(-50%);
      z-index: 9998;
   }
   
   body.is-fixed .header-bottom .minicart.cart-expanded > a {
      background-color: #141414;
      color: #fff;
   }
   body.is-fixed #FRAME_SEARCH {
      top: 50%;
      right: auto;
      left: 0;
      width: 48px;
      height: 48px;
      margin-top: 25px;
      padding: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      o-transform: translateY(-50%);
   }
   body.is-fixed #FRAME_SEARCH .search-toggle {
      border-left: 0;
      background-color: #e4e4e4;
      width: 48px;
      height: 48px;
      left: 0;
      top: auto;
      z-index: 2;
      border-right: none;
   }
   body.is-fixed #FRAME_SEARCH.on form button {
      top: 5px;
      height: 46px;
      right: 0;
   }
   body.is-fixed #FRAME_SEARCH.open form button {
      top: 5px;
      height: 46px;
      right: 0;
   }
   body.is-fixed .header-bottom #top-cart.cart-expanded #dropdown-cart {
      top: 50%;
      right: auto;
      left: 49px !important;
      -webkit-transform: translateY(-50%) !important;
      -moz-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
      transform: translateY(-50%) !important;
      o-transform: translateY(-50%) !important;
   }
   body.is-fixed #FRAME_SEARCH .search-toggle svg {
      margin-left: 0;
   }
   body.is-fixed #FRAME_SEARCH form {
      top: 0;
      right: auto;
      left: 49px;
      height: 48px;
      min-width: 250px;
      max-width: 250px;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
   }
   body.is-fixed #FRAME_SEARCH .on form button {
      width: 48px;
      height: 46px;
      top: 5px;
      right: 0;
   }
   body.is-fixed #FRAME_SEARCH div.searchlight-balloon {
      left: 0px !important;
      min-width: 420px;
      max-width: 420px;
      transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      max-height: 210px;
   }
   .module-wrapper .inner-wrapper {
      margin: 0;
   }
}
@media(max-width: 1024px) {
   .product-item .product-desc .div-hovered{
      visibility: visible;
      opacity: 1;
      border: 0;
      box-shadow: none;
      margin-left: 0;
      margin-right: 0;
      padding: 10px 0 20px;
   }

   .product-item .product-desc .div-hovered::before,
   .product-item .product-desc .div-hovered::after{
      display: none;
   }
}
@media (max-width: 991px) {
  .hasMegamenu.hasSub {
    position: relative;
  }
  .imageArea .bottom-own-text {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 10px 20px 15px;
  }
  .imageArea .mega-images-style-1 a {
    border-bottom: none;
    padding: 10px 20px;
  }
   .site-header {
      width: 100%;
      float: left;
   }
   body.is-fixed .site-header {
      position: fixed;
      top: 0;
      left: 0;
      top: 0;
      z-index: 99;
   }
   body.is-fixed .header-top {
      display: none;
   }
   body.is-fixed .header-bottom {
      display: none;
   }
   body.is-fixed .header-bottom #searchBox {
      height: 54px;
   }
   body.is-fixed div.searchlight-balloon {
      top: 90px !important;
   }
   .page-content {
      clear: both;
   }
   .container {
      width: 100%;
   }
   .header-bottom .hide-mobile {
      display: none;
   }
   .header-bottom #top-cart {
      position: absolute !important;
      top: 0px;
      right: 0;
      z-index: 10005;
      width: 10%;
      height: 52px;
      padding-top: 15px;
   }
   .hasTopBarPromotion .header-bottom #top-cart {
      top: 36px;
   }
   body.is-fixed .header-bottom #top-cart {
      top: 0;
   }
   .minicart .cart-icon svg {
      width: 18px;
      height: 24px;
   }
   .header-bottom #top-cart .cart-details span.cart-title {
      display: none;
   }
   .minicart .cart-icon {
      margin-right: 25px;
      float: right;
   }
   .minicart .cart-details span.cart-count .minicart-items {
      position: absolute;
      top: 5px;
      right: 13px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      padding-top: 0;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background: #e95144;
      color: #fff;
      text-align: center;
      margin-left: 0;
      font-size: 12px;
      font-weight: 400;
   }
   #top-categories-menu {
      display: none;
   }
   .homepage-slider:hover .owl-carousel .owl-nav div,
   .homepage-slider .owl-carousel .owl-dots {
      display: none;
   }
   #bottom-footer .copyright {
      width: 100%;
   }
   #bottom-footer .payment-methods {
      width: 100%;
      text-align: left;
   }
   #bottom-footer .payment-methods a:first-child {
      margin-left: 0;
   }
    
   /*Mobile Navigation*/
   #mobile-navigation {
      -webkit-transition: top .3s ease 0s;
      transition: top .3s ease 0s;
      background: #fff;
      float: left;
      width: 100%;
      height: 46px;
      position: relative;
      z-index: 999;
      display: block !important;
      border-bottom: 1px solid #efefef;
   }
   #mobile-navigation.is-fixed {
      position: fixed;
      z-index: 999;
      top: 0 !important;
      right: 0;
      left: 0;
      -webkit-transition: top .3s ease 0s;
      transition: top .3s ease 0s;
   }
   #mobile-navigation > ul {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
   }
   #mobile-navigation > ul > li {
      float: left;
      width: 33.33%;
      height: 46px;
      text-align: center;
      background-color: #141414;
   }
   #mobile-navigation > ul > li+li {
      border-left: 1px solid #444;
  }
   #mobile-navigation > ul > li.bar-menu {
      position: relative;
   }
   #mobile-navigation > ul > li.search-mobile svg{
      width: 28px;
      height: 28px;
      margin-top: 13px;
   }
   #mobile-navigation > ul > li.search-mobile .search-toggle-mobile {
      display: block;
      cursor: pointer;
      height: 100%;
   }
   #mobile-navigation > ul > li.logo-mobile {
      width: 60%;
      padding: 9px 15px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   #mobile-navigation > ul > li.logo-mobile .logo img {
      max-height: 34px;
   }
   #mobile-navigation > ul > li > a {
      font-size: 22px;
      line-height: 46px;
      display: block;
      color: #fff;
      width: 100%;
      height: 46px;
      background-color: #141414;
   }
   #mobile-navigation > ul > li.mobileAccount svg {
      width: 22px;
      height: 26px;
      margin-top: 14px;
   }
   #mobile-navigation > ul > li > a#mobile-cart {
      width: 25px;
      display: inline-block;
      position: relative;
      text-align: left;
   }
   #mobile-navigation > ul > li > a:hover,
   #mobile-navigation > ul > li > a:focus {
      text-decoration: none;
   }
   i.icon-cart-white {
      position: relative;
      top: 5px;
      display: inline-block;
      width: 13px;
      height: 20px;
      background: url('../images/sprite-icons.png') -150px 0 no-repeat;
   }
   #mobile-navigation > ul > li > a#mobile-cart svg {
      width: 18px;
      height: 24px;
      margin-top: 15px;
   }
   #mobile-navigation > ul > li > a#mobile-cart span.item-count {
      position: absolute;
      top: 5px;
      right: -8px;
      padding: 1px 6px;
      color: #fff;
      border-radius: 1px;
      background: #e95144;
      border-radius: 50%;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      display: inline-block;
      line-height: 1;
      text-align: center;
      font-size: 13px;
   }

   /* Mobile Customer */
   #mobile-customer ul li.wishlist svg {
      display: none;
   }
   #mobile-customer ul li .not-logged > span {
      display: none;
   }
   .header-bottom {
      padding: 0 0 15px;
      /*height: 0;*/
   }
   .header-bottom.is-fixed {
      height: 64px;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 99;
   }
   .header-bottom .col-sm-4.text-left {
      position: absolute;
      top: 36px;
      left: 0;
      width: 100%;
      height: 62px;
      padding: 0;
   }
   .header-bottom.is-fixed .col-sm-4.text-left {
      top: 0;
   }
   .header-bottom .header-panel-top {
      display: none;
   }
   .header-panel-bottom .col-sm-4 {
      display: none;
   }
   .header-panel-bottom .col-sm-8 {
      width: 100%;
      padding: 0;
      min-height: 0;
      float: none;
      position: unset;
   }
   /*.header-bottom #FRAME_SEARCH {
      width: 100%;
      height: 0px;
      display: none;
   }*/
   .header-bottom #FRAME_SEARCH.open {
      display: block;
   }
   .header-bottom #searchBox {
      width: 100%;
      float: left;
   }
   .header-bottom #searchBox .search-toggle {
      position: absolute;
      top: 18px;
      left: 10%;
      width: 10%;
      text-align: center;
   }
   .header-bottom #searchBox .search-toggle svg{
      width: 28px;
      height: 28px;
      cursor: pointer;
      position: relative;
      z-index: 9999;
   }
   .header-bottom #searchBox .search-form{
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      z-index: 1010;
      display: none;
       box-shadow: 0px 1px 3px rgba(30, 30, 30, 0.1); 
      -webkit-box-shadow: 0px 1px 3px rgba(30, 30, 30, 0.1);
      -moz-box-shadow: 0px 1px 3px rgba(30, 30, 30, 0.1);
   }
   .header-bottom.is-fixed #searchBox .search-form {
      top: 62px;
   }
   .header-bottom #searchBox.on .search-form{
      display: block;
   }
   .st-menu-open .header-bottom #searchBox.on .search-form, 
   .st-menu-open .header-bottom #searchBox.on .searchlight-balloon {
      display: none;
   }
   .header-bottom #searchBox .search-form .search-text {
      width: 100%;
      padding-right: 45px;
      padding-left: 15px;
      height: 36px;
      padding: 13px 45px 13px 15px;
      margin-top: 0;
      border: none;
     background: #fafafa;
   }
    .header-bottom .search-form .search-submit {
      position: absolute;
      top: 11px;
      right: 10px;
    }
    #mobile-navigation.is-fixed .search-mobile #searchBox .search-form {
      top: 63px;
    }

    #mobile-categories .cateArea {
      width: 100% !important;
      height: auto !important;
   }
   #mobile-categories .cateArea > ul {
      max-height: 100% !important;
   }
   #mobile-categories .cateArea > ul li {
      position: relative;
   }
   #mobile-categories .imageArea {
      width: 100% !important;
   }
   #mobile-categories .imageArea .four-images,
   #mobile-categories .imageArea .col-left,
   #mobile-categories .imageArea > a {
      border-top: 1px solid #efefef;
      text-align: center;
   }
   #mobile-categories .imageArea .col-right {
      text-align: center;
   }
   #mobile-categories .imageArea.colLeft > a {
      border-top: none;
   }
   #mobile-categories .container {
      min-width: auto;
      padding: 0;
   }
   #mobile-categories .container .row {
      margin: 0;
   }
   #mobile-categories .subMegaMenu {
      width: 100% !important;
   }
   #mobile-categories .subMegaMenu > div,
   #mobile-categories .subMegaMenu .container > div {
      max-width: 100% !important;
   }
   #mobile-categories .bottomCate {
      display: none;
   }
   #home-middle-banner .container .custom-content .custom-desc {
      max-width: 85%;
   }
   #homeSpotlight .spotlight-item h4 {
      font-size: 16px;
   }
   .top-footer .newsletter #mailistBox .radio {
      padding-right: 20px;
   }
   .r-tabs-accordion-title {
      display: table;
      width: 100%;
      height: 42px;
      margin-bottom: 10px;
   }
   .r-tabs-accordion-title a {
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 700;
      display: table-cell;
      padding: 0 25px;
      transition: background .3s ease 0s;
      vertical-align: middle;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #000;
      border: 1px solid #d0d0d0;
   }
   .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor,
   .r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover {
      background: #141414;
      color: #fff;
   }
   .r-tabs .r-tabs-panel {
      padding-top: 15px;
   }
   #mobile-customer ul li.not-logged {
    font-size: 0;
   }
}
@media (max-width: 767px) {
   #home {
      padding-bottom: 20px;
   }
   .header-top p {
      padding-right: 30px;
   }
   #mobile-navigation > ul > li.logo-mobile .logo {
      max-width: 86px;
   }
   #mainContainer {
      padding: 0;
   }
   #homeCarousel {
      min-width: 300px;
   }   
   
   #leftBar {
      display: none;
   }
   #leftBar {
      width: 100%;
   }
   .cat-items-grid{
      clear: both;
      width: 100%;
   }
   #leftBar ~ #breadcrumbs-wrapper {
      margin-left: 0;
   }
   #admin_bar_controls {
      display: none;
   }   
  
   .category-toolbar > div {
      float: left;
   }
   .category-toolbar .view-as-btn {
      /* width: 35%; */
   }
   .category-toolbar .product-count {
      width: 65%;
   }
   .category-toolbar .sort-by-wrap {
      margin-top: 10px;
   }
   .category-toolbar .sort-by {
      width: auto;
      text-align: left;
   }
   .sidebar-widget .new-release-item .col-xs-4 {
      width: 20%;
   }
   .sidebar-widget .product-item .img img {
      max-height: 100%;
   }
   .product-details .quantityBlock .quantity-table {
      border: none;
   }
   .lookbook h2.slide-heading {
      font-size: 20px;
   }
   .lookbook .slide-desc.slide-desc-left {
      left: 20px;
      width: 40%;
   }
   .lookbook .slide-desc.slide-desc-right {
      right: 20px;
      width: 40%;
   }
   #viewcart .cart-items .cart-item > span {
      clear: both;
      width: 100% !important;
   }
   #viewcart .cart-items .cart-item > span.item-name {
      width: 100%;
   }

   #viewcart .cart-items .cart-item > span.item-name {
      overflow: hidden;
      margin: 0;
   }
   #viewcart .cart-items .cart-item > span.item-qty {
      text-align: left;
      padding: 10px;
   }
   #viewcart .cart-items .cart-item > span.item-qty .quant-input {
      display: inline-block;
      margin-right: 30px;
   }
   #viewcart .cart-items .cart-item > span.item-qty a.update-qty {
      top: 0;
      left: 10px;
      display: inline;
      border-bottom: 1px solid #000;
   }
    #viewcart .cart-items .items-header {
      display: none;
   }
   #viewcart .cart-items .cart-item > span.item-price,
   #viewcart .cart-items .cart-item > span.item-total {
      text-align: right;
      padding-left: 115px;
      position: relative;
   }
   #viewcart .cart-items .cart-item > span.item-price:before,
   #viewcart .cart-items .cart-item > span.item-total:before,
   #viewcart .cart-items .cart-item > span.item-qty:before {
      float: left;
      position: absolute;
      left: 10px;
      font-size: 13px;
   }
   #viewcart .cart-items .cart-item > span.item-price:before {
      content: "PRICE:";
   }
   #viewcart .cart-items .cart-item > span.item-total:before {
      content: "TOTAL:";
   }
   /*#viewcart .cart-items .cart-item > span.item-qty:before {
      content: "Quantity:";
      top: 6px;
   }*/
   #viewcart .cart-items .cart-item > span.item-action {
      text-align: left;
   }
   #viewcart .cart-items .cart-item > span.item-action a {
      width: auto;
      height: auto;
      border-radius: 2px;
      padding: 4px 10px;
      line-height: 1;
      text-align: center;
      font-size: 12px;
   }
   #viewcart .cart-items .cart-item > span.item-action a span {
      margin-right: 4px;
      display: inline-block;
      vertical-align: sub;
   }
   #viewcart .cart-items .cart-item > span.item-action a i {
      display: none;
   }
   /*#viewcart .cart-items .cart-item > span.item-action a::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 29px;
      height: 29px;
      content: '';
      background: #e74c3c url('../images/sprite-icons.png') no-repeat scroll -40px -41px;
   }*/
   #viewcart .cart-left .summary-totals, 
   #viewCart .total-wrap, 
   #viewcart .total-wrap {
      text-align: left;
   }
   #viewcart .cart-left .summary-totals .summary-totals-colors, 
   #viewcart .total-wrap .item-price {
      width: 50%;
      text-align: right;
   }
   #viewcart .total-wrap.last .item-total {
      width: 50%;
   }
   #viewcart #cart-box .col-sm-6 {
      padding-left: 0;
      padding-right: 0;
   }
   #viewcart #cart-box .col-sm-6:first-child {
      margin-bottom: 30px;
   }
   #blog .blogNav {
      display: none;
   }
   #loginAccount .beta-col {
      margin-bottom: 60px;
      padding-right: 0;
   }
   #loginAccount .alpha-col {
      padding-left: 0;
      padding-right: 0;
   }
   form#registrationform .loginField .recaptcha {
      display: block;
   }
   .accountRegForm > .loginField .required-indicator,
   form#registrationform .submit-button {
      padding-left: 0;
   }
   form#registrationform .loginField select,
   form#registrationform .loginField input.txtBoxStyle,
   form#registrationform .loginField textarea {
      max-width: 90%;
   }
   .validation-field > span.label {
      width: 100%;
      height: 26px;
      line-height: 26px;
   }
   #divRobocop > span {
      width: 100%;
   }

   /*Sidebar Toggle*/
   #sidebar-toggle {
      position: fixed;
      z-index: 999999;
      right: 0;
      bottom: -1px;
      left: 0;
      display: block !important;
      padding: 8px;
      background: rgba(0, 0, 0, .8);
   }
   #sidebar-toggle a {
      font-weight: 700;
      display: block;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
   }
   #sidebar-toggle a i {
      margin-left: 5px;
   }

   .sizeChart-modal {
      width: 500px !important;
      min-width: 500px !important;
      max-width: 500px !important;
   }   
   #blog > .row > .col-sm-3,
   #blog > .row > .col-sm-9 {
      width: 100%;
   }
   #viewCart .shoppingCartItems .shoppingCartTotal .item-total {
      width: 60%;
   }
   #viewCart .shoppingCartItems .shoppingCartTotal .item-price {
      width: 40%;
   }
   #myaccount.page-layout .row .logout-btn {
      padding-top: 20px;
      text-align: left;
   }
   #myaccount.page-layout .wishList .wl-row > div {
      padding: 15px 0;
   }
   #myaccount.page-layout .giftCertificates .form-group.alpha {
      padding-top: 15px;
      padding-bottom: 15px;
   }
   #myaccount.page-layout > .rewardPoints > .points {
      padding-top: 15px;
      padding-bottom: 15px;
   }
   #myaccount.page-layout .wishList .wl-row > div.lastmod {
      width: 40%;
   }
   .rewardsDetail table thead {
      display: none;
   }
   .rewardsDetail table tbody tr {
      display: block;
      border: 1px solid #d0d0d0;
   }
   .rewardsDetail table tbody tr + tr {
      margin-top: 20px;
   }
   .rewardsDetail table tbody tr td {
      display: block;
      min-height: auto;
   }
   .rewardsDetail table tbody tr td::before {
      font-weight: 700;
      display: inline-block;
      width: 100%;
      max-width: 150px;
   }
   #orderHistory table thead {
      display: none;
   }
   #orderHistory table tbody tr {
      display: block;
      border: 1px solid #d0d0d0;
   }
   #orderHistory table tbody tr + tr {
      margin-top: 20px;
   }
   #orderHistory table tbody tr td {
      display: block;
      min-height: auto;
   }
   #orderHistory table tbody tr td::before {
      font-weight: 700;
      display: inline-block;
      width: 100%;
      max-width: 150px;
   }
   #orderHistory table tbody tr td.oid::before {
      display: none;
   }
   #orderHistory table tbody tr td.oid {
      font-family: 'Montserrat', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: #797979;
      background: #f5f5f5;
   }
   #orderHistory table tbody tr td.odetails > div {
      display: inline-block;
   }
   #orderHistoryView .billingBlock > div {
      padding-bottom: 20px;
   }
   #orderHistoryView .invoiceTable .titles2 {
      display: none;
   }
   #orderHistoryView .invoiceTable .invoice-row {
      margin-bottom: 20px;
      padding: 10px;
      border: 1px solid #d0d0d0;
   }
   #orderHistoryView .invoiceTable .invoice-row > div {
      clear: both;
      width: 100% !important;
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: left !important;
   }
   #orderHistoryView .invoiceTable .invoice-row > div::before {
      font-weight: 700;
      display: inline-block;
      width: 100%;
      max-width: 100px;
      vertical-align: top;
   }
   #orderHistoryView .invoiceTable .invoice-row > div.invoice-items > div {
      display: inline-block;
   }
   #homeCarousel {
      margin-bottom: 50px;
   }
   #homeCarousel .flex-direction-nav {
      display: none;
   }
   #homeCarousel .flex-control-nav {
      bottom: -35px !important;
   }
   .flex-control-paging li a {
      background-color: #eee !important;
      background-position: -98px -99px !important;
   }
   .flex-control-paging li a.flex-active {
      background-position: -50px -99px !important;
   }
   .header-panel-top > .header-search form input {
      padding: 0 30px 0 15px;
   }
   
   #ella-newsletter-popup {
      display: none;
   }
   .mfp-showNewQA .mfp-content,
   .mfp-answerQa .mfp-content {
      height: 100%;
   }

   /*Addresses*/
   #addresses.page-layout table tr td {
      display: block;
   }
   #addresses.page-layout > .header > .row > .text-right {
      text-align: left;
      padding-top: 15px;
   }

   /*#rmaNew*/
   #rmaNew table thead,
   #myRma table thead {
      display: none;
   }
   #rmaNew table tr,
   #myRma table tr {
      display: block;
      margin-bottom: 15px;
   }
   #rmaNew table tr td,
   #myRma table tr td {
      display: block;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
   }
   #rmaNew table tr td::before,
   #myRma table tr td::before {
      font-family: 'Montserrat', sans-serif;
      font-size: 11px;
      font-weight: 700;
      vertical-align: top;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: #797979;
      display: inline-block;
      width: 40%;
   }
   #rmaNew table tr td > div,
   #myRma table tr td > div {
      display: inline-block;
      width: 59%;
   }
   .home-page .inner-wrapper:not(.productList) .product-container,
   .category-page .inner-wrapper:not(.productList) .product-container {
      width: 33.33% !important;

   }
   .relatedBlock .owl-nav > div.owl-prev, 
   .browsing_historyBlock .owl-nav > div.owl-prev, 
   .accessoriesBlock .owl-nav > div.owl-prev,
   .browsing_historyBlock .owl-nav > div.owl-prev {
      left: 0;
   }
   .relatedBlock .owl-nav > div.owl-next, 
   .browsing_historyBlock .owl-nav > div.owl-next, 
   .accessoriesBlock .owl-nav > div.owl-next,
   .browsing_historyBlock .owl-nav > div.owl-next {
      right: 0;
   }
   .modal-dialog .loginField label,
   .modal-dialog .loginField input {
      width: 100%;
   }
   .modal-dialog .btn-primary {
      margin-left: 0;
   }
   .inner-wrapper .productBlockContainer .product-item{
      width: 50%!important;
   }

   #bottom-newsletter .newsletter-bg .row>div.col-sm-8{
      width: 100%;
      max-width: 100%;
   }

   #bottom-newsletter .newsletter-bg .row>div.col-sm-4{
      width: 100%;
      max-width: 100%;
      padding-top: 20px;
   }

   #footer-testimonials{
      padding-top: 20px;
   }

   #bottom-footer .copyright p, .footer-custom-links ul{
      text-align: center;
   }

   .footer-custom-links ul li{
      display: inline-block;
      float: none;
   }

   .footer-custom-links ul li a{
      line-height: 24px;
   }

   #bottom-footer .payment-methods{
      text-align: center;
      padding-top: 30px;
   }

   #homeBrands .owl-carousel .owl-item{
      text-align: center;
   }

   #homeBrands .owl-carousel .owl-item img{
      display: inline-block;
      width: auto;
   }
   .newsletter-popup-inner {
        max-width: 480px;
    }
    .newsletter-popup-inner .newsletter-left {
        width: 100%;
    }
    .newsletter-popup-inner .newsletter-right {
        display: none;
    }
    .newsletter-popup-inner .newsletter-left .mailListBox input[type=text] {
        min-width: 100%;
    }
}
/* End max-width: 767px */

@media (max-width: 640px) {
   #search.page-layout form .products-header .sort-by {
      width: 100%;
      padding-left: 12px;
      text-align: left;
   }
   .product-details .quantityBlock .quantity-table {
      max-width: 100%;
      margin-top: 8px;
   }
   .product-details .reward_redeem button.btn {
      width: 100%;
   }
   .inner-wrapper {
      margin: 0 auto !important;
   }
   .home-page .inner-wrapper:not(.productList) .product-container,
   .category-page .inner-wrapper:not(.productList) .product-container{
      width: 50% !important;
   }
   .product-details .quantityBlock {
      margin-bottom: 0;
   }
}
/* End max-width: 640px */

@media (max-width: 580px) {
   /*#mobile-navigation > ul > li {
      width: 12%;
   }*/
   #mobile-navigation > ul > li.logo-mobile {
      width: 52%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .header-bottom #searchBox .search-toggle {
      width: 12%;
      left: 12%;
   }
   #home-middle-banner .container .custom-content .btn {
      min-width: 180px;
   }
   #home-middle-banner .container .custom-content .custom-desc {
      margin-bottom: 30px;
   }
   #home-middle-banner .container .custom-content h2 {
      margin-top: 15px;
      font-size: 30px;
      letter-spacing: .02em;
   }
   #homeSpotlight .spotlight-item img {
      max-width: 270px;
      margin: 0 auto;
   }
   .header-title .desc-text span {
      display: block;
      margin-bottom: 15px;
   }
   .header-title .desc-text a {
      margin-left: 0;
   }
   .header-title .desc-text a::before {
      display: none;
   }
   .category-toolbar .col-sm-3 {
      width: 50%;
   }
}

@media (min-width: 481px) and (max-width: 767px) {
   #mediaBlock .main-image {
      max-width: 60%;
      margin: 0 auto;
      text-align: center;
   }
}
/* End (min-width: 481px) and (max-width: 767px) */

@media (max-width: 480px) {
   /*#mobile-navigation > ul > li {
      width: 14%;
   }*/
   #mobile-navigation > ul > li.logo-mobile {
      width: 44%;
   }
   .header-bottom #searchBox .search-toggle {
      width: 14%;
      left: 14%;
   }
   
   .inner-wrapper .product-container {
      padding: 0 15px;
   }
   
   .lookbook .slide-desc {
      position: static;
      right: 0;
      left: 0;
      width: 100% !important;
      margin-top: 20px;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
   }
   .flex-control-paging {
      bottom: 50% !important;
   }
   .lookbook .social-icons {
      text-align: center;
   }
   .sidebar-widget .new-release-item .col-xs-4 {
      width: 25%;
   }
   #viewCart .coupon-shipping input.form-control {
      max-width: 100%;
      margin-bottom: 10px;
   }
   #viewCart .coupon-shipping .shipQuoteInt select {
      max-width: 100%;
   }
   #cart-right .continue-shopping {
      width: 100%;
      margin-bottom: 15px;
   }
   #viewcart #cart-box .cart-box-sticky .checkout-btns .btn-checkout {
      float: none;
      width: 100%;
      max-width: 100%;
   }
   .third-party-payment {
      position: relative;
      width: 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 35px;
   }
   #viewcart #cart-box .cart-box-sticky {
      margin-top: 30px;
   }
   #viewcart .chk-buttons a {
      display: inline-block; 
      margin-bottom: 10px;
      top: 0;
   }
   #viewcart .btn.btn-checkout {
      width: 100%;
      max-width: 100%;
   }
   #viewcart .chk-buttons {
      padding-bottom: 0;
   }
   body#viewCartQuick section {
      padding: 0 15px;
   }
   .btn.btn-checkout {
      padding: 0 15px;
   }
   #orderHistoryView > .row:first-child > div,
   #orderHistoryView > .row:first-child > div > a.btn-bordered,
   .addnew-rma-button > button {
      width: 100%;
   }
   body#viewCartQuick .quickCartItems .titles2 {
      display: none;
   }
   body#viewCartQuick .quickCartRows .row-item {
      padding: 20px 20px 20px 10px;
   }
   body#viewCartQuick .quickCartRows .row-item > div.item-info {
      width: 100%;
      margin-bottom: 10px;
   }
   body#viewCartQuick .quickCartRows .row-item > div.item-qty {
      font-weight: 700;
      position: relative;
      width: 100%;
      text-align: right;
   }
   body#viewCartQuick .quickCartRows .row-item > div.item-price {
      font-weight: 700;
      position: relative;
      width: 100%;
   }
   body#viewCartQuick .quickCartRows .row-item > div.item-total {
      font-weight: 700;
      position: relative;
      width: 100%;
   }
   #checkoutSinglePage .account_login1 .login1-button > button {
      width: 100%;
   }
   #checkoutSinglePage #divApplyCoupon .coupon-field input#coupon {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
   }
   #checkoutSinglePage #divApplyCoupon .coupon-field input.btn {
      width: 100%;
   }
   #checkoutSinglePage #spanCheckout button.btn-checkout {
      max-width: 100%;
   }
   #viewCart .coupon-shipping input.btn {
      width: 100%;
   }
   .myaccountLogin .submit-button > button {
      width: 100%;
   }
   #loginAccount .createNewAccount .submit-button .btn {
      width: 100%;
   }
   #loginAccount .beta-col .myaccountLogin > form .form-control {
      max-width: 100%;
   }
   #myaccount.page-layout .giftCertificates .gc-code .form-control {
      width: 100%;
   }
   .check-balance-go > button {
      width: 100%;
      max-width: 290px;
   }
   .modal-dialog .btn {
    width: 100%;
   }
   .modal-dialog .btn-primary {
      margin-bottom: 10px;
   }
   #contactUs #frmForm #divSubmitButton button {
      width: 100%;
   }
   #giftregistryHome .form-group select#drpRegMonth,
   #giftregistryEdit .form-group select#drpRegMonth {
      max-width: 100px;
   }
   #giftregistryHome .form-group select#drpRegDay,
   #giftregistryEdit .form-group select#drpRegDay {
      max-width: 80px;
   }
   #giftregistryHome .form-group select#drpRegYear,
   #giftregistryEdit .form-group select#drpRegYear {
      max-width: 80px;
   }
   #giftregistryHome .form-group input.form-control,
   #giftregistryEdit .form-group input.form-control {
      width: 100%;
      max-width: 100%;
   }
   #giftregistryHome .home-search-button .btn {
      width: 100%;
   }
   #viewWishlist > a.btn.btn-bordered {
      width: 100%;
   }
   #viewWishlist > .list-visibility > div {
      width: 100%;
   }
   #viewWishlist > .list-visibility > div.save-button > button {
      width: 100%;
      margin-top: 10px;
   }
   
   #orderHistoryView a.btn.btn-bordered {
      width: 100%;
   }
   #checkoutSinglePage input.form-control {
      max-width: 100%;
   }
   #checkoutSinglePage select.form-control {
      max-width: 100%;
   }
   #ella-cookies {
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      moz-transform: translate(-50%, -50%);
   }
   #recaptcha_table tr td {
      display: inline-block;
   }
   #recaptcha_table tr td:nth-child(1) {
      width: 100%;
   }
   .recaptchatable .recaptcha_image_cell center {
      text-align: left;
   }
   .recaptchatable #recaptcha_image {
      margin: 0 !important;
   }
   #recaptcha_table tr td:nth-child(2) {
      width: 30%;
   }
   #recaptcha_table tr td:nth-child(3) {
      width: 50%;
   }
   #recaptcha_table tr:nth-child(2) td:nth-child(2) {
      width: 100%;
   }
   .recaptcha_only_if_privacy {
      float: left !important;
      margin-left: 7px !important;
      padding-top: 10px !important;
      padding-bottom: 10px !important;
   }
   #product-details h1.page_headers {
      font-size: 20px;
   }
   .home-page .inner-wrapper:not(.productList) .product-container,
   .category-page .inner-wrapper:not(.productList) .product-container {
      width: 100% !important; 
   }
   .inner-wrapper .product-items {
      text-align: center;
   }   
   #contactus .form_data .fileattachment_section {
      max-width: 304px;
   }
   form#frmForm .form-control {
      max-width: 100%;
   }
   .giftRegistrySearch .giftregField .Registry_Date > div {
      max-width: 400px;
   }
   .lookbook .flexslider:hover .flex-direction-nav .flex-prev,
   .lookbook .flexslider:hover .flex-direction-nav a.flex-next {
      display: none;
   }
   .lookbook p.slide-text {
      margin-bottom: 0;
   }
   .lookbook .lookbook-bottom {
      padding-bottom: 40px;
   }
   #orderHistoryView a.btn.btn-alt,
   .mailListBox input[type=submit]{
      width: 100%;
   }

   .mailListBox input[type=submit]{
      position: static;
      border-radius: 3px;
   }

   .mailListBox .maillist-box .fa-envelope-o{
      top: 17px;
   }

   .mailListBox input[type=text]{
      min-width: 100%;
      margin-bottom: 10px;
   }
   .newsletter-popup-inner {
        height: 100%;
        max-height: 400px;
        background-size: cover;
    }
    .newsletter-popup-inner > .inner {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .newsletter-popup-inner .newsletter-left {
        overflow: auto;
    }
    .newsletter-popup-inner .newsletter-left .mailListBox input[type='text'] {
        min-width: 100%;
        padding-right: 10px;
    }
    .newsletter-popup-inner .newsletter-left .mailListBox input[type='submit'] {
        border-radius: 5px;
    }
    #page-cookies {
      left: 10px;
      width: auto;
      max-width: 100%;
    }
}
/* End max-width: 480px */

@media (max-width: 400px) {
   .category-toolbar button#list-view {
      border-right: 0;
   }
   .category-toolbar .product-count {
      clear: both;
      margin-top: 12px;
      margin-left: 10px;
      padding: 0;
   }
   .module-heading > span {
      font-size: 14px;
      top: -3px;
      padding: 0 20px;
   }
   #divOptionsBlock .opt-field .radio-format .radio-option {
      margin-bottom: 10px;
   }
   .inner-wrapper:not(.productList) .prod-item .prod-image img,
   .module-wrapper .owl-item .prod-image img {
      width: 100% !important;
   }
   #viewcart .cart-items .cart-item > span.item-name .item-thumb,
   #checkoutSinglePage #divCart .row-items > div.checkout-items .img {
      float: none;
      text-align: center;
   }
   #checkoutSinglePage #divCart .row-items > div.checkout-items .item-options {
      margin-left: 0;
      text-align: center;
   }
   #ella-cookies {
      max-width: 300px;
   }
    #viewcart .cart-items .cart-item > span.item-name .item-thumb,
    #viewcart .cart-items .cart-item > span.item-name .item-name-right {
      width: 100%;
      display: inline-block;
      padding-left: 0;
   }
   #viewcart .cart-items .cart-item > span.item-name .item-name-right {
      margin-top: 15px;
      text-align: center;
   }
   #viewcart .cart-items .cart-item > span.item-name .item-thumb .img-responsive {
      display: inline-block;
   }
   /*#mobile-navigation > ul > li {
      width: 15%;
   }*/
   .header-bottom #top-cart {
      width: 15%;
   }
   .header-bottom #searchBox .search-toggle {
      width: 15%;
      left: 15%;
   }
   #mobile-navigation > ul > li.logo-mobile {
      width: 40%;
   }
   .category-toolbar .col-sm-3 {
      width: 100%;
   }
   .category-toolbar .sort-by-wrap {
      margin-top: 15px;
   }    
}
/* End max-width: 400px */
@media (max-width: 380px) {
   .header-top p {
      padding: 0px 30px 0 0px;
   }
   #mobile-navigation > ul > li.logo-mobile .logo {
      max-width: 80px;
   }
   #home-middle-banner .container .custom-content .btn {
      min-width: 125px;
      margin-right: 15px;
   } 
   .top-footer .site-seal .site-seal-logos,
   .top-footer .app .app-logos {
       margin-left: -5px;
       margin-right: -5px;
   }
   .top-footer .site-seal .site-seal-logos > a {
     width: 33.33%;
     float: left;
     padding: 0 5px;
     margin-right: 0;
   }
   .top-footer .app .app-logos > a {
     padding: 0 5px;
     width: 46%;
     float: left;
     margin-right: 0;
   }
   #main-footer .col ul.social-icons li {
      padding-right: 14px;
   }
}

@media (max-width: 320px) {
   #homeBrands {
         padding-left: 25px;
         padding-right: 25px;
   }
   #home-middle-banner .container .custom-content .custom-desc {
      width: 100%;
   }
   .wishlistView .wl-row > div.wl-items > .product-name-options > a {
      font-size: 11px;
      font-weight: 700;
   }
   .product-container .product-desc .btnATC, .owl-item .product-desc .btnATC {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 11px;
   }
   #home-middle-banner .container .custom-content .btn {
      width: 80%;
      margin-bottom: 20px;
      margin-right: 0;
   }
}
/* End max-width: 320px */